home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 12459 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: access1.digex.net!not-for-mail
  2. From: ell@access1.digex.net (Ell)
  3. Newsgroups: comp.lang.c++,comp.lang.eiffel,comp.lang.c,comp.object,comp.software-eng
  4. Subject: Re: Beware of "C" Hackers -- A rebuttal to Bertrand Meyer
  5. Followup-To: comp.lang.c++,comp.lang.eiffel,comp.lang.c,comp.object,comp.software-eng
  6. Date: 20 Mar 1996 03:28:40 GMT
  7. Organization: The Universe
  8. Message-ID: <4inu18$eet@news4.digex.net>
  9. References: <1995Jul3.034108.4193@rcmcon.com> <3taaha$p8j@ixnews3.ix.netcom.com> <4il72s$ena@news4.digex.net> <4imrvfINNqjo@keats.ugrad.cs.ubc.ca>
  10. NNTP-Posting-Host: access1.digex.net
  11. X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
  12.  
  13. Kazimir Kylheku (c2a192@ugrad.cs.ubc.ca) wrote:
  14. :...
  15. : Or do you mean by ``liberal use of unions'' a violation whereby one type is
  16. : written in the union and read through another? This calls for undefined
  17. : behavior.
  18.  
  19. Yes this is what I was thinking of.  But the key thing is, unions are not
  20. bad pe se.  It is just that for large and complex projects at least, they
  21. should, imo, be used in the context of appropriate abstraction and system
  22. architecture, however these are modified by feedback. 
  23.  
  24. Elliott
  25.